home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 331 / gemfsc14 / aessrc14 / aesfrmx1.s < prev    next >
Text File  |  1990-05-27  |  1KB  |  42 lines

  1.  
  2. ;*========================================================================
  3. ;*
  4. ;* AESFAST GEM bindings.
  5. ;* 12/03/89 - v1.4: New.
  6. ;*========================================================================
  7.  
  8.           .include  "aesfast.sh"
  9.           
  10. ;*************************************************************************
  11. ;*
  12. ;* Extended Forms manager routines 2
  13. ;*
  14. ;*************************************************************************
  15.  
  16. ;-------------------------------------------------------------------------
  17. ; frmx_center
  18. ;-------------------------------------------------------------------------
  19.  
  20. _frmx_center::
  21.           .cargs    #8,.ptree.l,.prect.l
  22.  
  23.           link      a6,#-10
  24.           AControl  54,0,5,1
  25.  
  26.           moveq.l    #-10,d2   
  27.           lea       .ptree(a6),a0
  28.           ACall     RET2HERE
  29.  
  30.           move.l    .prect(a6),a1
  31. return4:
  32.           lea       -10(a6),a0
  33.           move.w    (a0)+,d0
  34.           move.l    (a0)+,(a1)+
  35.           move.l    (a0),(a1)
  36.           tst.w     d0
  37.           unlk      a6
  38.           rts
  39.  
  40. ;         end of code
  41.  
  42.